home *** CD-ROM | disk | FTP | other *** search
/ PC Graphics Unleashed / PC Graphics Unleashed.iso / ch01 / runme.bat < prev    next >
DOS Batch File  |  1994-07-29  |  548b  |  17 lines

  1. @echo off
  2. rem
  3. rem Swap file directory
  4. if not '%go32tmp%' == '' goto have_tmp
  5. if not '%gcctmp%' == '' goto have_tmp
  6. if not '%tmp%' == '' goto have_tmp
  7. if not '%temp%' == '' goto have_tmp
  8. set temp=C:\WINDOWS\TEMP
  9. :have_tmp
  10. if not '%go32%' == '' goto have_go32
  11. set go32=driver C:\GRAPHICS\DISPLAY\driver\et4000.grn 
  12. :have_go32
  13. C:\GRAPHICS\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  14. rem
  15. rem If you don't copy go32.exe to your search path, then
  16. rem C:\GRAPHICS\DISPLAY\go32 C:\GRAPHICS\DISPLAY\display.exe %1 %2 %3 %4 %5 %6 %7 %8 %9
  17.